positionX

Defines the X positioner function for this widget, X being the left edge of the widget, border included.

The default position function centers the widget horizontally on the screen

Return

Builder - this builder for further use

Author

fzzyhmstrs

Since

0.2.0

Parameters

positionX

BiFunction - The X position BiFunction: (Screen Width, Popup Width) -> X position, globally on the screen

See also